home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / wires / r3wibool.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  656 b   |  29 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/real/wires/r3wibool.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/wires/r3wire.js")
  7. var R3CLID_WIBOOLEAN = 8;
  8.  
  9. R3WIBOOLM_ = 8000;
  10.  
  11. function _R3WIBOOLM_() {
  12.   return this.r3Do(R3WIBOOLM_, arguments);
  13. }
  14.  
  15. var R3WIBOOLA_EXTRATAGABASE = 4.22426e-320;
  16. var R3WIBOOLA_NoAndWire = 6.05105e-315;
  17. function r3Wiboolean () { 
  18.    this.base = r3God;
  19.    if(arguments.length) {
  20.       this.base(R3CLID_WIBOOLEAN, arguments);
  21.    }
  22.    // Methods
  23.    this.=_R3WIBOOLM_;
  24.  
  25.    // Attributes
  26. }
  27.  
  28. r3Wiboolean.prototype=new r3Wire;
  29. // inc/real/wires/r3wibool.h_H